From: Markus Rost Date: Tue, 23 Jul 2002 02:27:47 +0000 (+0000) Subject: (add-log-mailing-address): Fix type. Can be a string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31422 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d0cd4ab8b89db1ef17121510bbafebd5122f71f7;p=emacs.git (add-log-mailing-address): Fix type. Can be a string. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 6544b10fde3..e4c95de0b62 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -73,7 +73,8 @@ being a simple string, this value can also be a list. All elements will be recognized as referring to the same user; when creating a new ChangeLog entry, one element will be chosen at random." :type '(choice (const :tag "Default" nil) - (repeat string)) + (string :tag "String") + (repeat :tag "List of Strings" string)) :group 'change-log) (defcustom add-log-time-format 'add-log-iso8601-time-string